runtime.timer.sendLock (field)

8 uses

	runtime (current package)
		time.go#L103: 	sendLock mutex
		time.go#L397: 		lockInit(&t.sendLock, lockRankTimerSend)
		time.go#L500: 		lock(&t.sendLock)
		time.go#L534: 		unlock(&t.sendLock)
		time.go#L582: 		lock(&t.sendLock)
		time.go#L664: 		unlock(&t.sendLock)
		time.go#L1224: 		lock(&t.sendLock)
		time.go#L1243: 		unlock(&t.sendLock)